home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / printing / labels / labels2.frm (.txt) next >
Encoding:
Visual Basic Form  |  1994-11-17  |  6.8 KB  |  135 lines

  1. frmExample
  2. Delayed Popup
  3. Form15
  4. Command1
  5. Command
  6. MS Sans Serif
  7. GroupPush3D2
  8. SSRibbon
  9. wwwwwwwwwwp
  10. wwwwwwwwwwp
  11. wwwwwwwwwwp
  12. wwwwwwwwwwp
  13. GroupPush3D2
  14. SSRibbon
  15. wwwwwwwwwwp
  16. wwwwwwwwwwp
  17. wwwwwwwwwwp
  18. wwwwwwwwwwp
  19. GroupPush3D2
  20. SSRibbon
  21. wwwwwwwwwwp
  22. wwwwwwwwwwp
  23. wwwwwwwwwwp
  24. wwwwwwwwwwp
  25. Timer1
  26. Label1
  27. Label1
  28. MS Sans Serif
  29. Command1_Click
  30. MsgBlaster1_Message
  31. MsgVal
  32. wParam
  33. lParamH
  34.     Form_Load
  35. MsgBlaster1f
  36. hWndTarget*
  37. text11
  38. MsgListW
  39. WM_NCHITTEST
  40. text2
  41. MsgBlaster2!
  42. WM_LBUTTONDOWN
  43. Text1_Changeq
  44. MsgBlaster2_Message
  45. MsgBlaster3
  46. WM_MENUSELECT5
  47. form1
  48. MsgBlaster3_Message8
  49. WM_INITMENU
  50. Text2_Change
  51. WM_RBUTTONDOWN
  52. MsgPassage
  53. EATMESSAGEJ
  54. POSTPROCESSb
  55. PREPROCESS
  56. c_Clicko
  57. open_Click
  58. Panel3D1_DragDrop:
  59. SourceU
  60. Controlh
  61. Panel3d
  62. Caption
  63. Panel3d1.
  64. exampleL
  65. WM_SETFOCUS
  66. WM_CHAR
  67. WM_PAINT
  68. WM_SETTEXT
  69. WM_SIZE
  70. WM_NCCALCSIZE
  71. WM_COMMAND
  72.     ReturnVal
  73. MsgBlaster4_Message
  74. GroupPush3D2_Click
  75. Value
  76. GroupPush3D2_MouseMovem
  77. Button
  78. Shift
  79. Label1_Click
  80. label1
  81. Visible
  82. Height
  83. GroupPush3D2
  84. Width
  85. Form_MouseMove
  86. GroupPush3D1_Click+
  87. index
  88. GroupPush3D1_MouseMove&
  89. LabelPopUp
  90. TheControl
  91. TheLabel
  92. TheMessage
  93. Command1_GotFocus
  94. Command1
  95. Command1_MouseMove
  96.     BackColor
  97. Panel3D1_MouseMove
  98. timer1
  99. Enabled
  100. Timer1_Timer
  101. GroupPush3D2_MouseDown
  102. LabelPopUpDelay
  103. Position
  104. Nicholas
  105. Bencivengo
  106. Command1_MouseMove
  107. A Command
  108. Form_MouseMove
  109. GroupPush3D2_MouseMove
  110. Left Justify
  111. Center
  112. Right Justify
  113. LabelPopUpDelay
  114. Written 09/03/94 N
  115. Nicholas Bencivengo, Jr.
  116. CIS: 71344,2415e
  117. Simple Solutions, Inc.
  118. 10 Olde Orchard Road
  119. Clinton, CT  06413
  120. This routine displays a delayed popup help label (TheLabel) centered under
  121. TheControl whenever the mouse passes over the control.  Position controlsT
  122. whether the label appears on top or bottom of control.  Set Position tol
  123. "T" for top of control or "B" for bottom.m
  124. Call this routine from the MouseMove event of the controls as follows:
  125.    r% = LabelPopUp(GroupPush3D2(Index), Label1, "Button" + Str$(Index), "T", x)a
  126. Remember to include the following at the Form's MouseMove eventc
  127. or if the label is placed inside a frame or panel, include the codee
  128. inside that control's MouseMove event:
  129.  TheLabel.Visible = Falses
  130.  timer1.Enabled = False
  131. Note: If the controls for which you are using this routine are inside 
  132.  another control (like a panel), the label must also reside inside
  133.  that control.
  134. Timer1_Timer
  135.